home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / oyun / wr3d / stunt_1 / xst1eg02.x < prev    next >
Text File  |  1997-02-18  |  10KB  |  522 lines

  1. xof 0302txt 0064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header {
  129.  1;
  130.  0;
  131.  1;
  132. }
  133.  
  134. Mesh {
  135.  32;
  136.  -8885.881836;-1449.978638;-1083.515869;,
  137.  -8885.881836;-1449.978638;-727.167908;,
  138.  -8885.881836;-1571.665527;-727.167908;,
  139.  -8886.406250;-1571.665527;-826.060364;,
  140.  -8886.406250;-1682.850586;-826.060364;,
  141.  -8886.406250;-1682.850586;-833.186218;,
  142.  -8886.406250;-1571.665527;-833.186218;,
  143.  -8886.406250;-1571.665527;-988.642700;,
  144.  -8886.406250;-1682.850586;-988.642700;,
  145.  -8886.406250;-1682.850586;-995.767822;,
  146.  -8886.406250;-1571.665527;-995.767822;,
  147.  -8885.881836;-1571.665527;-1083.515869;,
  148.  -8885.880859;-1456.739380;-1072.379395;,
  149.  -8885.880859;-1564.905396;-1072.379395;,
  150.  -8885.880859;-1564.905396;-738.314392;,
  151.  -8885.880859;-1456.739380;-738.314392;,
  152.  -8888.136719;-1449.978638;-1083.514648;,
  153.  -8888.134766;-1449.978638;-727.171936;,
  154.  -8888.134766;-1571.665527;-727.171936;,
  155.  -8887.611328;-1571.665527;-826.057556;,
  156.  -8887.612305;-1682.851929;-826.058899;,
  157.  -8887.612305;-1682.851929;-833.184143;,
  158.  -8887.612305;-1571.665527;-833.184143;,
  159.  -8887.611328;-1571.665527;-988.643921;,
  160.  -8887.611328;-1682.851929;-988.643921;,
  161.  -8887.611328;-1682.851929;-995.769409;,
  162.  -8887.611328;-1571.665527;-995.769409;,
  163.  -8888.136719;-1571.665527;-1083.514648;,
  164.  -8888.133789;-1456.739380;-1072.378418;,
  165.  -8888.133789;-1564.905396;-1072.382935;,
  166.  -8888.134766;-1564.905396;-738.309509;,
  167.  -8888.134766;-1456.739380;-738.309509;;
  168.  
  169.  64;
  170.  3;1,12,0;,
  171.  3;1,15,12;,
  172.  3;2,15,1;,
  173.  3;2,14,15;,
  174.  3;3,14,2;,
  175.  3;3,13,14;,
  176.  3;12,11,0;,
  177.  3;13,11,12;,
  178.  3;13,10,11;,
  179.  3;10,8,9;,
  180.  3;10,7,8;,
  181.  3;6,4,5;,
  182.  3;6,3,4;,
  183.  3;6,13,3;,
  184.  3;7,13,6;,
  185.  3;7,10,13;,
  186.  3;0,17,1;,
  187.  3;0,16,17;,
  188.  3;1,18,2;,
  189.  3;1,17,18;,
  190.  3;2,19,3;,
  191.  3;2,18,19;,
  192.  3;3,20,4;,
  193.  3;3,19,20;,
  194.  3;4,21,5;,
  195.  3;4,20,21;,
  196.  3;5,22,6;,
  197.  3;5,21,22;,
  198.  3;6,23,7;,
  199.  3;6,22,23;,
  200.  3;7,24,8;,
  201.  3;7,23,24;,
  202.  3;8,25,9;,
  203.  3;8,24,25;,
  204.  3;9,26,10;,
  205.  3;9,25,26;,
  206.  3;10,27,11;,
  207.  3;10,26,27;,
  208.  3;11,16,0;,
  209.  3;11,27,16;,
  210.  3;12,29,13;,
  211.  3;12,28,29;,
  212.  3;13,30,14;,
  213.  3;13,29,30;,
  214.  3;14,31,15;,
  215.  3;14,30,31;,
  216.  3;15,28,12;,
  217.  3;15,31,28;,
  218.  3;28,17,16;,
  219.  3;31,17,28;,
  220.  3;31,18,17;,
  221.  3;30,18,31;,
  222.  3;30,19,18;,
  223.  3;29,19,30;,
  224.  3;27,28,16;,
  225.  3;27,29,28;,
  226.  3;26,29,27;,
  227.  3;24,26,25;,
  228.  3;23,26,24;,
  229.  3;20,22,21;,
  230.  3;19,22,20;,
  231.  3;29,22,19;,
  232.  3;29,23,22;,
  233.  3;26,23,29;;
  234.  
  235.  MeshMaterialList {
  236.   2;
  237.   64;
  238.   0,
  239.   0,
  240.   0,
  241.   0,
  242.   0,
  243.   0,
  244.   0,
  245.   0,
  246.   0,
  247.   1,
  248.   1,
  249.   1,
  250.   1,
  251.   0,
  252.   0,
  253.   0,
  254.   0,
  255.   0,
  256.   0,
  257.   0,
  258.   0,
  259.   0,
  260.   1,
  261.   1,
  262.   1,
  263.   1,
  264.   1,
  265.   1,
  266.   0,
  267.   0,
  268.   1,
  269.   1,
  270.   1,
  271.   1,
  272.   1,
  273.   1,
  274.   0,
  275.   0,
  276.   0,
  277.   0,
  278.   0,
  279.   0,
  280.   0,
  281.   0,
  282.   0,
  283.   0,
  284.   0,
  285.   0,
  286.   0,
  287.   0,
  288.   0,
  289.   0,
  290.   0,
  291.   0,
  292.   0,
  293.   0,
  294.   0,
  295.   1,
  296.   1,
  297.   1,
  298.   1,
  299.   0,
  300.   0,
  301.   0;
  302.   Material {
  303.    0.509804;0.082353;0.000000;1.000000;;
  304.    15.000000;
  305.    1.000000;1.000000;1.000000;;
  306.    0.000000;0.000000;0.000000;;
  307.    TextureFilename {
  308.     "rosewood.jpg";
  309.    }
  310.   }
  311.   Material {
  312.    0.568627;0.419608;0.341176;1.000000;;
  313.    15.000000;
  314.    1.000000;1.000000;1.000000;;
  315.    0.000000;0.000000;0.000000;;
  316.    TextureFilename {
  317.     "ashsen.gif";
  318.    }
  319.   }
  320.  }
  321.  MeshNormals {
  322.   96;
  323.   1.000000;0.000144;0.000000;,
  324.   0.000000;0.707107;0.707107;,
  325.   -0.000542;0.000000;-1.000000;,
  326.   1.000000;0.000144;0.000000;,
  327.   0.000000;0.000000;1.000000;,
  328.   -0.001788;-0.000000;0.999998;,
  329.   0.999987;-0.004444;-0.002608;,
  330.   -0.001788;-0.000000;0.999998;,
  331.   0.000000;-1.000000;0.000000;,
  332.   0.999583;-0.028808;-0.001769;,
  333.   0.000000;-1.000000;0.000000;,
  334.   0.001773;-0.000006;0.999998;,
  335.   1.000000;0.000000;-0.000000;,
  336.   0.001215;0.000000;0.999999;,
  337.   0.001113;-0.999999;-0.000000;,
  338.   1.000000;0.000000;-0.000000;,
  339.   0.001113;-0.999999;-0.000000;,
  340.   -0.001721;-0.000000;-0.999999;,
  341.   0.999248;-0.038772;-0.000000;,
  342.   -0.001721;-0.000000;-0.999999;,
  343.   0.000000;-0.707107;0.707107;,
  344.   0.999248;-0.038772;-0.000000;,
  345.   0.000000;0.000000;1.000000;,
  346.   -0.001013;0.000000;0.999999;,
  347.   1.000000;0.000000;0.000000;,
  348.   -0.001013;0.000000;0.999999;,
  349.   0.001114;-0.999999;0.000000;,
  350.   1.000000;0.000000;0.000000;,
  351.   0.001114;-0.999999;0.000000;,
  352.   0.001316;-0.000000;-0.999999;,
  353.   0.999572;-0.029176;0.001993;,
  354.   0.001316;-0.000000;-0.999999;,
  355.   0.000000;-1.000000;0.000000;,
  356.   0.999983;-0.004995;0.002944;,
  357.   0.000000;-1.000000;0.000000;,
  358.   -0.000542;0.000000;-1.000000;,
  359.   1.000000;0.000144;0.000000;,
  360.   -0.000568;-0.000021;1.000000;,
  361.   0.000000;0.000000;1.000000;,
  362.   0.999572;-0.029176;0.001964;,
  363.   -0.001571;-0.000000;0.999999;,
  364.   0.000000;0.707107;0.707107;,
  365.   0.999583;-0.028808;-0.001739;,
  366.   0.000000;0.000000;1.000000;,
  367.   -0.002167;0.000000;-0.999998;,
  368.   1.000000;0.000144;-0.000000;,
  369.   -0.002167;0.000000;-0.999998;,
  370.   0.000000;-0.707107;0.707107;,
  371.   -0.000000;1.000000;-0.000000;,
  372.   -0.000542;0.000000;-1.000000;,
  373.   -1.000000;-0.000424;0.000005;,
  374.   0.000000;0.707107;0.707107;,
  375.   -0.001788;0.000000;0.999998;,
  376.   -1.000000;-0.000424;0.000005;,
  377.   -0.001788;-0.000000;0.999998;,
  378.   0.000000;-1.000000;0.000000;,
  379.   -0.999987;-0.004360;-0.002647;,
  380.   0.000000;-1.000000;0.000000;,
  381.   0.002330;-0.000012;0.999997;,
  382.   -0.948726;-0.027184;0.314929;,
  383.   0.001773;-0.000006;0.999998;,
  384.   0.001113;-0.999999;-0.000000;,
  385.   -1.000000;-0.000000;-0.000000;,
  386.   0.001113;-0.999999;-0.000000;,
  387.   -0.001721;-0.000000;-0.999999;,
  388.   -1.000000;-0.000000;-0.000000;,
  389.   -0.001721;-0.000000;-0.999999;,
  390.   0.000000;-1.000000;0.000000;,
  391.   -0.893629;-0.034516;0.447478;,
  392.   0.000000;-0.707107;0.707107;,
  393.   -0.001013;-0.000000;0.999999;,
  394.   -0.999255;-0.038595;-0.000003;,
  395.   -0.001013;0.000000;0.999999;,
  396.   0.001114;-0.999999;-0.000000;,
  397.   -1.000000;-0.000000;0.000000;,
  398.   0.001114;-0.999999;0.000000;,
  399.   0.001316;0.000000;-0.999999;,
  400.   -1.000000;-0.000000;0.000000;,
  401.   0.001316;-0.000000;-0.999999;,
  402.   0.000000;-1.000000;0.000000;,
  403.   -0.999582;-0.028844;0.001997;,
  404.   0.000000;-1.000000;0.000000;,
  405.   -0.000542;-0.000000;-1.000000;,
  406.   -0.999984;-0.004713;0.003125;,
  407.   0.000434;-0.000042;1.000000;,
  408.   0.000000;-0.707107;0.707107;,
  409.   -1.000000;-0.000424;0.000005;,
  410.   -0.000568;-0.000021;1.000000;,
  411.   -0.000000;1.000000;-0.000000;,
  412.   -0.947636;-0.027379;0.318175;,
  413.   0.000000;0.707107;0.707107;,
  414.   -0.002167;0.000000;-0.999998;,
  415.   -0.999588;-0.028645;-0.001766;,
  416.   -0.002167;0.000000;-0.999998;,
  417.   0.000000;-1.000000;0.000000;,
  418.   -1.000000;0.000005;-0.000003;;
  419.  
  420.   64;
  421.   3;3,36,0;,
  422.   3;3,45,36;,
  423.   3;6,45,3;,
  424.   3;6,42,45;,
  425.   3;9,42,6;,
  426.   3;9,39,42;,
  427.   3;36,33,0;,
  428.   3;39,33,36;,
  429.   3;39,30,33;,
  430.   3;30,24,27;,
  431.   3;30,21,24;,
  432.   3;18,12,15;,
  433.   3;18,9,12;,
  434.   3;18,39,9;,
  435.   3;21,39,18;,
  436.   3;21,30,39;,
  437.   3;1,51,4;,
  438.   3;1,48,51;,
  439.   3;5,54,7;,
  440.   3;5,52,54;,
  441.   3;8,57,10;,
  442.   3;8,55,57;,
  443.   3;11,60,13;,
  444.   3;11,58,60;,
  445.   3;14,63,16;,
  446.   3;14,61,63;,
  447.   3;17,66,19;,
  448.   3;17,64,66;,
  449.   3;20,69,22;,
  450.   3;20,67,69;,
  451.   3;23,72,25;,
  452.   3;23,70,72;,
  453.   3;26,75,28;,
  454.   3;26,73,75;,
  455.   3;29,78,31;,
  456.   3;29,76,78;,
  457.   3;32,81,34;,
  458.   3;32,79,81;,
  459.   3;35,49,2;,
  460.   3;35,82,49;,
  461.   3;37,87,40;,
  462.   3;37,84,87;,
  463.   3;41,90,43;,
  464.   3;41,88,90;,
  465.   3;44,93,46;,
  466.   3;44,91,93;,
  467.   3;47,85,38;,
  468.   3;47,94,85;,
  469.   3;86,53,50;,
  470.   3;95,53,86;,
  471.   3;95,56,53;,
  472.   3;92,56,95;,
  473.   3;92,59,56;,
  474.   3;89,59,92;,
  475.   3;83,86,50;,
  476.   3;83,89,86;,
  477.   3;80,89,83;,
  478.   3;74,80,77;,
  479.   3;71,80,74;,
  480.   3;62,68,65;,
  481.   3;59,68,62;,
  482.   3;89,68,59;,
  483.   3;89,71,68;,
  484.   3;80,71,89;;
  485.  }
  486.  MeshTextureCoords {
  487.   32;
  488.   -0.922544;-0.000305;,
  489.   1.641294;-0.000305;,
  490.   1.641294;1.441854;,
  491.   0.968287;1.441854;,
  492.   0.968287;2.243053;,
  493.   0.840095;2.243053;,
  494.   0.840095;1.441854;,
  495.   -0.201465;1.441854;,
  496.   -0.201465;2.243053;,
  497.   -0.329657;2.243053;,
  498.   -0.329657;1.441854;,
  499.   -0.922544;1.441854;,
  500.   -0.842424;0.079815;,
  501.   -0.842424;1.361734;,
  502.   1.561174;1.361734;,
  503.   1.561174;0.079815;,
  504.   -0.922544;-0.000305;,
  505.   1.641294;-0.000305;,
  506.   1.641294;1.441854;,
  507.   0.968287;1.441854;,
  508.   0.968287;2.243053;,
  509.   0.840095;2.243053;,
  510.   0.840095;1.441854;,
  511.   -0.201465;1.441854;,
  512.   -0.201465;2.243053;,
  513.   -0.329657;2.243053;,
  514.   -0.329657;1.441854;,
  515.   -0.922544;1.441854;,
  516.   -0.842424;0.079815;,
  517.   -0.842424;1.361734;,
  518.   1.561174;1.361734;,
  519.   1.561174;0.079815;;
  520.  }
  521. }
  522.